home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d2 / wsortho1.arc / README.DOC < prev   
Text File  |  1991-06-13  |  4KB  |  142 lines

  1.       Digital Orthophoto Production FLOPPY Disk Readme File
  2.  
  3.  
  4.  
  5.      An orthophoto is by definition "a photographic reproduction
  6.  
  7. prepared from a perspective photograph in which the displacement
  8.  
  9. of images due to camera tilt and terrain relief have been
  10.  
  11. removed" (Manual of Photogrammetry 1966).  For the sake of
  12.  
  13. completeness the definition may be expanded to include "so that
  14.  
  15. the orthophoto has the same metric accuracy as a map and it also
  16.  
  17. has a uniform scale."
  18.  
  19.      The basic equipment used to make a digital orthophoto is a
  20.  
  21. scanning microdensitometer and a digital computer.  A scanning
  22.  
  23. microdensitometer is a precision instrument that uniformly scans
  24.  
  25. a photograph in a rectilinear fashion so that the designated area
  26.  
  27. is completely covered by adjacent picture elements (pixels) of
  28.  
  29. the desired size.  A single numerical value is assigned to each
  30.  
  31. pixel proportional to the photon flux at that point (Horton
  32.  
  33. 1978).  The entire aerial photograph is digitized resulting in a
  34.  
  35. volume of data of from 20 million bytes to slightly over 80-
  36.  
  37. million bytes.  The computer required to process these large data
  38.  
  39. sets must be fast, have a large random access memory (RAM),
  40.  
  41. and have large data storage devices.
  42.  
  43.      The input data needed for generating a digital orthophoto
  44.  
  45. include:  digitized image, a digital elevation model (DEM), and
  46.  
  47. both exterior and interior image orientation parameters.  At this
  48.  
  49. time the digital orthophoto is made using many conventional
  50.  
  51. procedures.  Control for the aerial photograph is developed
  52.  
  53. by aerotriangulation methods and is transferred to the
  54.  
  55. diapositive to be scanned.  The diapositive is placed on the
  56.  
  57. microdensitometer and digitized, the digital data being written
  58.  
  59. to tape.  The data is then processed using the software developed
  60.  
  61. by the USGS.
  62.  
  63.      The software solves the exterior orientation of the
  64.  
  65. photograph by using space resection (collinearity) equations.
  66.  
  67. Next, raster fiducials are fit to the calibrated camera fiducials
  68.  
  69. using a linear conformal transformation and the transformation
  70.  
  71. parameters are saved.
  72.  
  73.      The first two profiles of the digital elevation model (DEM)
  74.  
  75. are input to form a profile pair of DEM cells.  The photo
  76.  
  77. coordinates of the cell corners in the raster system are computed
  78.  
  79. using DEM cell corner coordinates.  The DEM cell is then
  80.  
  81. subdivided into the desired resolution.  The raster coordinate
  82.  
  83. (line and sample) of each subdivision is then computed to the
  84.  
  85. nearest integer using bilinear transformation parameters.  For
  86.  
  87. each subdivision the 8-bit binary grey scale value that
  88.  
  89. corresponds to the raster coordinate is assigned to a subdivision
  90.  
  91. image coordinate.  The processing of each cell in a profile pair
  92.  
  93. and of each profile pair is accomplished sequentially.
  94.  
  95.      The result of this program is a digital orthophoto that can
  96.  
  97. be used as an image map base in a graphic display system or
  98.  
  99. written to film to form a hardcopy orthophoto.
  100.  
  101.      The digital orthophoto on this disk is the southwest quarter
  102.  
  103. of the Black Earth SW, WI quarter quadrangle.  The area covered
  104.  
  105. is approximately 1.875-minutes with a ground resolution for each
  106.  
  107. pixel of 3.75-meters.  The orthophoto is cast on North American
  108.  
  109. Datum of 1983 (NAD 83) in Universal Transverse Mercator (UTM)
  110.  
  111. zone 16.  The UTM coordinates of the northwest corner are:
  112.  
  113.      X =  275670.0 meters
  114.  
  115.      Y = 4781265.0 meters.
  116.  
  117. The radiometric resolution is 8-bits and the file contains 1,000
  118.  
  119. lines of 1,000 samples each.  There is no header i.e., header
  120.  
  121. bytes = 0.
  122.  
  123.      All instructions to display the image are explained in the
  124.  
  125. ASCII file IMDISP.DOC.  Although this program has been used by
  126.  
  127. the U.S. Geological Survey, no warranty, expressed or implied, is
  128.  
  129. made by the USGS as to accuracy and functioning of the program
  130.  
  131. and related program material nor shall the fact of distribution
  132.  
  133. constitute such warranty, and no responsibility is assumed by the
  134.  
  135. USGS in connection herewith.  Users should use care in judging
  136.  
  137. the quality of the image for specific applications.  Poor image
  138.  
  139. resolution may be due to low resolution monitors commonly found
  140.  
  141. on personal computers.
  142.